Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Text Handling Functions /


JMTextToJavaString

Returns the text object as a Java string.

jref JMTextToJavaString (const JMTextRef textRef);
textRef
The text object to convert.
function result
A reference to a Java string
DISCUSSION
This reference is the only reference to the string; if you do not use it, the session will garbage-collect it.

SEE ALSO
The JMTextToMacOSCStringHandle function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997